Click or drag to resize

PropertyCollectionInsert Method

Inserts an element into the collection at the specified index.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public void Insert(
	int index,
	Property property
)

Parameters

index
Type: SystemInt32
The zero-based index at which value should be inserted.
property
Type: Independentsoft.WebdavProperty
The Property to insert.
See Also